home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / anidone / bitsy / bitsy.doc next >
Text File  |  1995-05-02  |  2KB  |  36 lines

  1.     Clifford Pickover's book, "Computers, Patterns, Chaos, and
  2. Beauty" has many beautify little programs to show off your computer. 
  3. This is another one that I have plucked from his book, and have
  4. programmed to allow others to see some really interesting patterns. 
  5. These patterns appear to be Moire ones and are calculated by
  6. determining if a bit is set in the resultant product of
  7. multiplications.  Pickover never mentioned the use of non-integer
  8. values for this type of function, but they work as well as integer
  9. values, and give lovely pictures.
  10.     What this program does is check a bit in a byte, and if it is set,
  11. then put a dot on the screen.  The function is just the pixel number in
  12. the x direction times the pixel number in the Y direction times a value
  13. that you choose.  You can also select which bit in the product will be
  14. looked at.  For the most interesting pictures, a bit value of
  15. 12-20 is good, and a multiplication value of 20.0 - 200.0 is also good.
  16.     This program will work in all of the ST and TT resolutions and
  17. will use the math co-processor if it is present in the TT.  The
  18. program is very easy to use.  After the title screen, you will pick the
  19. two factors that will generate the pattern.  After the screen is 
  20. generated, pressing any key will allow you to make a new picture or
  21. quit. 
  22.     I hope that you will find this program enjoyable, and fun to play
  23. with.  Mathematics is not a dull subject where you learn all kinds of
  24. boring manipulations, but a visually exciting area.  This is one of a
  25. series of graphically interesting, mathematical programs.
  26.     If you would like to see the source code for this program and the
  27. others that I have generated, you can send me $5 and I will send you
  28. the Modula-2 code.
  29.  
  30.  
  31. Sol Guber
  32. Fonts by Guber
  33. 717 Elkington Ln
  34. St. Louis, MO  63132
  35. 314-991-0318
  36.